[FFmpeg-cvslog] avformat: Fix member name 10L

Derek Buitenhuis git at videolan.org
Fri Mar 4 17:34:01 CET 2016


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Fri Mar  4 16:33:10 2016 +0000| [fb2f16459894f1f41fdf8c9e7383704d6d3591b0] | committer: Derek Buitenhuis

avformat: Fix member name 10L

The wrong member was remove/moved after review of the blacklist API.

10L cola.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb2f16459894f1f41fdf8c9e7383704d6d3591b0
---

 libavformat/avformat.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index ef34c86..a558f2d 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1832,11 +1832,11 @@ typedef struct AVFormatContext {
 #endif
 
     /**
-     * ',' separated list of disallowed protocols.
+     * ',' separated list of allowed protocols.
      * - encoding: unused
      * - decoding: set by user through AVOptions (NO direct access)
      */
-    char *protocol_blacklist;
+    char *protocol_whitelist;
 
     /*
      * A callback for opening new IO streams.



More information about the ffmpeg-cvslog mailing list