Revision 6741f7c9 ffserver.c
ffserver.c | ||
---|---|---|
3487 | 3487 |
fst->priv_data = av_mallocz(sizeof(FeedData)); |
3488 | 3488 |
fst->index = stream->nb_streams; |
3489 | 3489 |
av_set_pts_info(fst, 33, 1, 90000); |
3490 |
fst->sample_aspect_ratio = (AVRational){0,1};
|
|
3490 |
fst->sample_aspect_ratio = codec->sample_aspect_ratio;
|
|
3491 | 3491 |
stream->streams[stream->nb_streams++] = fst; |
3492 | 3492 |
return fst; |
3493 | 3493 |
} |
Also available in: Unified diff