I am using libavformat to mux AVI files.
When I look into the ffmpeg source code, I cannot find the function definition for av_codec_set_pkt_timebase while I can only find the function declaration in avcodec.h
I am using git revision: bfdf0f078a7463e1f304ef6fea3b25518cc45c3b
Who can tell where is the function definition for av_codec_set_pkt_timebase?
Best regards, Lewis