On Fri, May 20, 2016 at 10:11:27PM +0200, Alexandra Hájková wrote:
> --- a/libavcodec/mpegvideo.h
> +++ b/libavcodec/mpegvideo.h
> @@ -344,7 +344,6 @@ typedef struct MpegEncContext {
>      /* error concealment / resync */
>      int resync_mb_x;                 ///< x position of last resync marker
>      int resync_mb_y;                 ///< y position of last resync marker
> -    GetBitContext last_resync_gb;    ///< used to search for the next resync 
> marker
>      BitstreamContext last_resync_bc;
>      int mb_num_left;                 ///< number of MBs left in this video 
> packet (for partitioned Slices only)
>      int next_p_frame_damaged;        ///< set if the next p frame is 
> damaged, to avoid showing trashed B-frames

The comment should not go away.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to