Commit 85a2aada authored by Aurelien Jacobs's avatar Aurelien Jacobs

simplify code by using the AV_NE() macro

Originally committed as revision 24971 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 26aa6811
...@@ -1114,11 +1114,7 @@ AVOutputFormat null_muxer = { ...@@ -1114,11 +1114,7 @@ AVOutputFormat null_muxer = {
NULL, NULL,
NULL, NULL,
0, 0,
#if HAVE_BIGENDIAN AV_NE(CODEC_ID_PCM_S16BE, CODEC_ID_PCM_S16LE),
CODEC_ID_PCM_S16BE,
#else
CODEC_ID_PCM_S16LE,
#endif
CODEC_ID_RAWVIDEO, CODEC_ID_RAWVIDEO,
NULL, NULL,
null_write_packet, null_write_packet,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment