Hi,

On Thu, Jul 14, 2011 at 1:49 PM, Mike Williams <m...@mikebwilliams.com> wrote:
> The only place this was (incorrectly) referenced was removed in an
> earlier patch.
>
> Signed-off-by: Mike Williams <m...@mikebwilliams.com>
> ---
>  libavformat/avformat.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 38bb865..7c5542c 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -250,7 +250,6 @@ typedef struct AVFormatParameters {
>     attribute_deprecated enum PixelFormat pix_fmt;
>     attribute_deprecated int channel; /**< Used to select DV channel. */
>     attribute_deprecated const char *standard; /**< deprecated, use 
> demuxer-specific options instead. */
> -    attribute_deprecated unsigned int mpeg2ts_raw:1;  /**< deprecated, use 
> mpegtsraw demuxer */
>     /**< deprecated, use mpegtsraw demuxer-specific options instead */
>     attribute_deprecated unsigned int mpeg2ts_compute_pcr:1;
>     attribute_deprecated unsigned int initial_pause:1;       /**< Do not 
> begin to play the stream

You can't remove it, that's an ABI break. What's better is to add a
warning if it's set and tell users that it does nothing.

It's already deprecated and under a version check, so it'll be removed
on the next ABI bump.

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to