mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavf: deprecate AVFormatParameters.mpeg2ts_raw.
It doesn't do anything except produce an error message when set.
This commit is contained in:
@@ -235,8 +235,8 @@ typedef struct AVFormatParameters {
|
||||
enum PixelFormat pix_fmt;
|
||||
int channel; /**< Used to select DV channel. */
|
||||
const char *standard; /**< TV standard, NTSC, PAL, SECAM */
|
||||
unsigned int mpeg2ts_raw:1; /**< Force raw MPEG-2 transport stream output, if possible. */
|
||||
#if FF_API_FORMAT_PARAMETERS
|
||||
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;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user