On Thu, Jun 20, 2013 at 3:55 PM, Mark Stevans <[email protected]> wrote: > Frankly, I'm baffled by lines 445-457 of the trunk version of > "libavformat/flvdec.c". Can anyone explain their purpose? Thanks! >
These metadata properties are already stored in the codec/stream config structures, so it doesn't make any sense to duplicate them into the metadata, and are therefor skipped. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
