Commit 1cf2f3d3 authored by Anton Khirnov's avatar Anton Khirnov

h264_sei: drop an unnecessary h264dec.h include

The code does not depend on the h264 decoder anymore and only needs
information from h264_ps
parent b24dafe1
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "get_bits.h" #include "get_bits.h"
#include "golomb.h" #include "golomb.h"
#include "h264dec.h" #include "h264_ps.h"
#include "h264_sei.h" #include "h264_sei.h"
#include "internal.h" #include "internal.h"
......
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