libbluray | branch: master | hpi1 <[email protected]> | Mon Apr 4 19:19:37 2016 +0300| [c161be145259e4346b9f9207c3b5b5ab0660e87a] | committer: hpi1
Remove unneeded forward declaration > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=c161be145259e4346b9f9207c3b5b5ab0660e87a --- src/libbluray/decoders/graphics_processor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libbluray/decoders/graphics_processor.h b/src/libbluray/decoders/graphics_processor.h index f1d7690..643483a 100644 --- a/src/libbluray/decoders/graphics_processor.h +++ b/src/libbluray/decoders/graphics_processor.h @@ -29,7 +29,6 @@ #include <stdint.h> typedef struct graphics_processor_s GRAPHICS_PROCESSOR; -struct pes_buffer_s; /* * PG_DISPLAY_SET _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
