From c5142a95a51320e65d80d6bca0eb69fcff05508f Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Wed, 26 Sep 2012 12:13:53 +0200 Subject: Support more AVC-Intra files Followup to http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/151321 patch by Reimar and Thomas Mundt fixes some AVC-Intra files from different tickets. It does not fix http://samples.ffmpeg.org/ffmpeg- bugs/trac/ticket524/AVCI50.mov Authors of this commit are: Reimar and Thomas Mundt Patch and commit message mostly taken from ffmpeg-devel, mail by Carl Signed-off-by: Michael Niedermayer --- libavformat/internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index c4660bcbdc..d1bbf33603 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -385,4 +385,9 @@ enum AVCodecID ff_get_pcm_codec_id(int bps, int flt, int be, int sflags); */ AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precission); +/** + * Generate standard extradata for AVC-Intra based on width/height and field order. + */ +void ff_generate_avci_extradata(AVStream *st); + #endif /* AVFORMAT_INTERNAL_H */ -- cgit v1.2.3