mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
simplify code by using the AV_NE() macro
Originally committed as revision 24971 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
26aa681111
commit
85a2aada90
@ -1114,11 +1114,7 @@ AVOutputFormat null_muxer = {
|
||||
NULL,
|
||||
NULL,
|
||||
0,
|
||||
#if HAVE_BIGENDIAN
|
||||
CODEC_ID_PCM_S16BE,
|
||||
#else
|
||||
CODEC_ID_PCM_S16LE,
|
||||
#endif
|
||||
AV_NE(CODEC_ID_PCM_S16BE, CODEC_ID_PCM_S16LE),
|
||||
CODEC_ID_RAWVIDEO,
|
||||
NULL,
|
||||
null_write_packet,
|
||||
|
Loading…
Reference in New Issue
Block a user