summaryrefslogtreecommitdiff
path: root/gr-atsc/include/gnuradio/atsc
Commit message (Collapse)AuthorAgeFilesLines
* Removed top-level component gr-atsc.Johnathan Corgan2015-03-2276-5132/+0
| | | | | This functionality has been migrated to the new gr-dtv top-level component.
* Fix bugs in atsc_field_sync_mux.Clayton Smith2013-07-171-4/+7
| | | | | | | | | | Since this block inserts field syncs into the data stream, clearly it needs to be a gr_block rather than a gr_sync_block. Also, the d_already_output_field_sync variable needs to be initialized and the d_current_index variable is unusued and thus can be deleted. With these fixes in place, I've successfully transmitted an MPEG transport stream with a USRP N210 and received it on my television.
* atsc: moved include dir to gnuradio/atscJohnathan Corgan2013-04-3076-0/+5129