[vlc-commits] mediacodec: change the way to send codec specific data
    Thomas Guillem 
    git at videolan.org
       
    Wed May 13 11:03:13 CEST 2015
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue May 12 17:12:37 2015 +0200| [44b32150804365f85eb7606146ee52496e6e8b79] | committer: Thomas Guillem
mediacodec: change the way to send codec specific data
The CSD is now split into several ones, therefore there is one CSD per H264
Parameter Sets (SPS and PPS).
There is now only one way to send a CSD. It's sent via PutInput with the
BUFFER_FLAG_CODEC_CONFIG flag.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44b32150804365f85eb7606146ee52496e6e8b79
---
 modules/codec/omxil/android_mediacodec.c |  356 +++++++++++++++++-------------
 1 file changed, 203 insertions(+), 153 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=44b32150804365f85eb7606146ee52496e6e8b79
    
    
More information about the vlc-commits
mailing list