[FFmpeg-devel] [PATCH 0/1] oma: move some constants into libavcodec

misty at brew.sh misty at brew.sh
Sat Dec 23 07:42:50 EET 2017


From: Misty De Meo <mistydemeo at gmail.com>

Thanks for the feedback! I checked in with #ffmpeg-devel on IRC, and
they suggested simply making them static consts in the headers since
they're small enough. Updated patch is included.

Misty De Meo (1):
  oma: move some constants into libavcodec

 Changelog                             |  1 +
 libavformat/oma.c => libavcodec/oma.h | 27 +++++++++++++--------------
 libavcodec/version.h                  |  2 +-
 libavformat/Makefile                  |  4 ++--
 libavformat/oma.h                     | 21 +++++++++------------
 libavformat/omadec.c                  |  1 +
 libavformat/omaenc.c                  |  1 +
 libavformat/version.h                 |  2 +-
 8 files changed, 29 insertions(+), 30 deletions(-)
 rename libavformat/oma.c => libavcodec/oma.h (65%)

-- 
2.15.1



More information about the ffmpeg-devel mailing list