Hi all, 
I noticed when a file based stream is opened with av_open_input_file, it
populates some important fields in AVcodecContexts 
(buried inside AVFormatContext) such as "coded_frame","time_base","extradata",
"has_b_frames","color_table_id", "refs" etc

Are all of these important to decode a frame ? If yes, how could I populate
these just from some configuration data, such as an RTSP config string from an
SDP (obtained via RTSP)? I am specially concerened about the "coded_frame" and
"extradata" fields.

Thanks 

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to