[Ffmpeg-devel] RTP patches & RFC
Ryan Martell
rdm4
Thu Oct 26 16:26:42 CEST 2006
On Oct 26, 2006, at 3:21 AM, Baptiste Coudurier wrote:
> Hi
>
> Ryan Martell wrote:
>> [...]
>>
>>
>> @@ -179,43 +186,27 @@
>> {-1, "", CODEC_TYPE_UNKNOWN, CODEC_ID_NONE, -1, -1}
>> };
>>
>> -AVRtpDynamicPayloadType_t AVRtpDynamicPayloadTypes[]=
>> +/* statistics functions */
>> +RTPDynamicProtocolHandler *RTPFirstDynamicPayloadHandler= NULL;
>> +
>> +static RTPDynamicProtocolHandler mp4v_es_handler= {"MP4V-ES",
>> CODEC_TYPE_VIDEO, CODEC_ID_MPEG4};
>> +static RTPDynamicProtocolHandler mpeg4_generic_handler= {"mpeg4-
>> generic", CODEC_TYPE_AUDIO, CODEC_ID_MPEG4AAC};
>
> Is it possible to simply use CODEC_ID_AAC ? I plan to remove
> CODEC_ID_MPEG4AAC next time we will break ABI.
I would think so, but I'm not at the office right now and hte stream
isn't accessible outside the lan. I'll check when I get there, and
if so, will change it when I add in the h264 stuff.
-R
More information about the ffmpeg-devel
mailing list