Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-ffmpeg: Commit

external/ffmpeg


Commit MetaInfo

Revision17d0635c909cf4fc6d1ca2c27ef6bcc69d757b4d (tree)
Time2017-06-08 00:42:31
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android: add ff_android_protocol

It's initialized and used by stagefright-plugins.

Change Summary

Incremental Difference

--- a/android/include/libavformat/protocol_list.c
+++ b/android/include/libavformat/protocol_list.c
@@ -1,3 +1,7 @@
1+#ifdef ANDROID
2+URLProtocol ff_android_protocol;
3+#endif
4+
15 static const URLProtocol *url_protocols[] = {
26 &ff_async_protocol,
37 &ff_cache_protocol,
@@ -27,4 +31,7 @@ static const URLProtocol *url_protocols[] = {
2731 &ff_udp_protocol,
2832 &ff_udplite_protocol,
2933 &ff_unix_protocol,
34+#ifdef ANDROID
35+ &ff_android_protocol,
36+#endif
3037 NULL };
Show on old repository browser