[FFmpeg-cvslog] mpeg1dec: More complete sofdec support
Clément Bœsch
ubitux at gmail.com
Thu Oct 6 15:41:51 CEST 2011
On Thu, Oct 06, 2011 at 12:48:41PM +0200, Michael Niedermayer wrote:
[...]
> diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
> index 647f4a2..341cad7 100644
> --- a/libavcodec/mpeg12.c
> +++ b/libavcodec/mpeg12.c
> @@ -1128,6 +1128,7 @@ typedef struct Mpeg1Context {
> int save_width, save_height, save_progressive_seq;
> AVRational frame_rate_ext; ///< MPEG-2 specific framerate modificator
> int sync; ///< Did we reach a sync point like a GOP/SEQ/KEYFrame?
> + int tmpgexs;
Maybe add a small doxynote on what this exception flag is for?
[...]
> +
> +/* for(i=0; !(!p[i-2] && !p[i-1] && p[i]==1) && i<buf_size; i++){
> + av_log(0,0, "%c", p[i]);
> + }
> + av_log(0,0, "\n");*/
Can we drop this dead chunk?
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20111006/b6e02471/attachment.asc>
More information about the ffmpeg-cvslog
mailing list