Changeset 3688 for pjproject/trunk/pjmedia/src/test/vid_codec_test.c
- Timestamp:
- Aug 8, 2011 4:18:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/test/vid_codec_test.c
r3667 r3688 448 448 return -10; 449 449 450 #if PJMEDIA_HAS_FFMPEG_CODEC 450 451 status = pjmedia_codec_ffmpeg_init(NULL, mem); 451 452 if (status != PJ_SUCCESS) 452 453 return -20; 454 #endif 453 455 454 456 rc = enum_codecs(); … … 461 463 462 464 on_return: 465 #if PJMEDIA_HAS_FFMPEG_CODEC 463 466 pjmedia_codec_ffmpeg_deinit(); 467 #endif 464 468 pjmedia_vid_dev_subsys_shutdown(); 465 469 pj_pool_release(pool);
Note: See TracChangeset
for help on using the changeset viewer.