[FFmpeg-cvslog] lavc/bitstream: remove unused atomic.h include
Clément Bœsch
git at videolan.org
Wed Mar 22 19:17:04 EET 2017
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Wed Mar 22 18:16:58 2017 +0100| [cb763a9ba849678cf5830ccb15e8df0d984cad27] | committer: Clément Bœsch
lavc/bitstream: remove unused atomic.h include
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb763a9ba849678cf5830ccb15e8df0d984cad27
---
libavcodec/bitstream.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
index c266500..69deabe 100644
--- a/libavcodec/bitstream.c
+++ b/libavcodec/bitstream.c
@@ -28,7 +28,6 @@
* bitstream api.
*/
-#include "libavutil/atomic.h"
#include "libavutil/avassert.h"
#include "libavutil/qsort.h"
#include "avcodec.h"
More information about the ffmpeg-cvslog
mailing list